Desert_Outline Settings.asset 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!21 &-5498238985176482199
  4. Material:
  5. serializedVersion: 8
  6. m_ObjectHideFlags: 0
  7. m_CorrespondingSourceObject: {fileID: 0}
  8. m_PrefabInstance: {fileID: 0}
  9. m_PrefabAsset: {fileID: 0}
  10. m_Name: Effect Material
  11. m_Shader: {fileID: -6465566751694194690, guid: f968e7540d632cc40b5ca8b340a3e718,
  12. type: 3}
  13. m_Parent: {fileID: 0}
  14. m_ModifiedSerializedProperties: 0
  15. m_ValidKeywords:
  16. - OUTLINE_USE_COLOR
  17. - OUTLINE_USE_DEPTH
  18. - OUTLINE_USE_NORMALS
  19. m_InvalidKeywords: []
  20. m_LightmapFlags: 4
  21. m_EnableInstancingVariants: 0
  22. m_DoubleSidedGI: 0
  23. m_CustomRenderQueue: -1
  24. stringTagMap: {}
  25. disabledShaderPasses: []
  26. m_LockedProperties:
  27. m_SavedProperties:
  28. serializedVersion: 3
  29. m_TexEnvs:
  30. - unity_Lightmaps:
  31. m_Texture: {fileID: 0}
  32. m_Scale: {x: 1, y: 1}
  33. m_Offset: {x: 0, y: 0}
  34. - unity_LightmapsInd:
  35. m_Texture: {fileID: 0}
  36. m_Scale: {x: 1, y: 1}
  37. m_Offset: {x: 0, y: 0}
  38. - unity_ShadowMasks:
  39. m_Texture: {fileID: 0}
  40. m_Scale: {x: 1, y: 1}
  41. m_Offset: {x: 0, y: 0}
  42. m_Ints: []
  43. m_Floats:
  44. - _ColorThresholdMax: 0.1
  45. - _ColorThresholdMin: 0.1
  46. - _DepthThresholdMax: 15
  47. - _DepthThresholdMin: 12
  48. - _FadeRangeEnd: 50
  49. - _FadeRangeStart: 10
  50. - _NormalThresholdMax: 1
  51. - _NormalThresholdMin: 0.25
  52. - _Thickness: 2
  53. m_Colors:
  54. - _EdgeColor: {r: 0, g: 0, b: 0, a: 1}
  55. m_BuildTextureStacks: []
  56. m_AllowLocking: 1
  57. --- !u!114 &11400000
  58. MonoBehaviour:
  59. m_ObjectHideFlags: 0
  60. m_CorrespondingSourceObject: {fileID: 0}
  61. m_PrefabInstance: {fileID: 0}
  62. m_PrefabAsset: {fileID: 0}
  63. m_GameObject: {fileID: 0}
  64. m_Enabled: 1
  65. m_EditorHideFlags: 0
  66. m_Script: {fileID: 11500000, guid: 130791d3e20646d2b6d81688877b0909, type: 3}
  67. m_Name: Desert_Outline Settings
  68. m_EditorClassIdentifier:
  69. edgeColor: {r: 0, g: 0, b: 0, a: 1}
  70. thickness: 2
  71. resolutionInvariant: 0
  72. fadeWithDistance: 0
  73. fadeRangeStart: 10
  74. fadeRangeEnd: 50
  75. useDepth: 1
  76. minDepthThreshold: 12
  77. maxDepthThreshold: 15
  78. useNormals: 1
  79. minNormalsThreshold: 0.25
  80. maxNormalsThreshold: 1
  81. useColor: 1
  82. minColorThreshold: 0.1
  83. maxColorThreshold: 0.1
  84. renderEvent: 550
  85. outlineOnly: 0
  86. applyInSceneView: 1
  87. effectMaterial: {fileID: -5498238985176482199}